projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b4153
)
Trivial typo fix
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Sep 2013 00:16:00 +0000
(20:16 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Sep 2013 00:17:25 +0000
(20:17 -0400)
gtk/gtklistbox.h
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.h
b/gtk/gtklistbox.h
index 1ca5ece7d0943d16cd789b2284f1050abe747178..35cdc09a1a808d3850aab21d43be09a3b2227ae5 100644
(file)
--- a/
gtk/gtklistbox.h
+++ b/
gtk/gtklistbox.h
@@
-116,7
+116,7
@@
typedef gboolean (*GtkListBoxFilterFunc) (GtkListBoxRow *row,
* @row2: the second row
* @user_data: (closure): user data
*
- * Compare two rows to determin which should be first.
+ * Compare two rows to determin
e
which should be first.
*
* Returns: < 0 if @row1 should be before @row2, 0 if they are
* equal and > 0 otherwise